home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / time < prev    next >
Text File  |  2001-03-21  |  748b  |  23 lines

  1. Synopsis:
  2.    load time
  3.  
  4. Description:
  5.    This script fetches the current date and time from either a server or
  6.    the client's local host.  It can also get the local host's uptime.  The
  7.    information is then saved in appropriately-named variables for later
  8.    use.
  9.  
  10.      Alias         Description                                            
  11.      /datetime     get day, month, date, and time from local host
  12.      /servertime   get day, month, date, and time from current server
  13.      /uptime       get uptime for local host
  14.  
  15. See Also:
  16.    load(5); time(2)
  17.  
  18. Other Notes:
  19.    This name of script's original author is not known.  It has been updated
  20.    to take advantage of EPIC features by Jeremy Nelson (hop),
  21.    jnelson@acronet.net.
  22.  
  23.